home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / MAIN_FNL.DXR / 04959_TAllDoneMessenger.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  339 b   |  18 lines

  1. property ancestor
  2. global gApp
  3.  
  4. on birth me
  5.   set ancestor to NewObj("TMessenger")
  6.   return me
  7. end
  8.  
  9. on mSayMessage me
  10.   set the cursor of sprite 3 to 4
  11.   hideTapes()
  12.   preLoad("congratulation", "congratulationEnd")
  13.   mNewMainLayer(gApp, "TLayer", "congratulation")
  14.   set the volume of sound 2 to 150
  15.   plySnd(2, "FANFARE")
  16.   busyCurs()
  17. end
  18.